]> gitweb.michael.orlitzky.com - octave.git/blobdiff - errcheck.m
Move all of the tests into a subdirectory.
[octave.git] / errcheck.m
diff --git a/errcheck.m b/errcheck.m
deleted file mode 100644 (file)
index fc3d2f2..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-function e = errcheck(error_prefix)
-  e = 1;
-  if (index(__error_text__, error_prefix) != 1)
-    e = 0;
-    printf("\nUNEXPECTED ERROR: %s", __error_text__);
-  endif
-end