summaryrefslogtreecommitdiffhomepage
path: root/test/test_samples/test_ostream.nc
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_samples/test_ostream.nc')
-rw-r--r--test/test_samples/test_ostream.nc9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/test_samples/test_ostream.nc b/test/test_samples/test_ostream.nc
deleted file mode 100644
index 0d0410b..0000000
--- a/test/test_samples/test_ostream.nc
+++ /dev/null
@@ -1,9 +0,0 @@
-#include <GenericsLibrary/ostream.nhh>
-
-let main()
-{
- let io := 0;
- io := ostream{};
- let arr := io.read(0, 0);
- return arr;
-} \ No newline at end of file