summaryrefslogtreecommitdiff
path: root/test/testinterp/t050-pushgetglobal.ml
diff options
context:
space:
mode:
Diffstat (limited to 'test/testinterp/t050-pushgetglobal.ml')
-rw-r--r--test/testinterp/t050-pushgetglobal.ml10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/testinterp/t050-pushgetglobal.ml b/test/testinterp/t050-pushgetglobal.ml
deleted file mode 100644
index e1172cc350..0000000000
--- a/test/testinterp/t050-pushgetglobal.ml
+++ /dev/null
@@ -1,10 +0,0 @@
-let _ = () in 0.01;;
-
-(**
- 0 CONST0
- 1 PUSHGETGLOBAL 0.01
- 3 POP 1
- 5 ATOM0
- 6 SETGLOBAL T050-pushgetglobal
- 8 STOP
-**)