summaryrefslogtreecommitdiff
path: root/testsuite/runtime/parser/Literals.gf
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/runtime/parser/Literals.gf')
-rw-r--r--testsuite/runtime/parser/Literals.gf2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/runtime/parser/Literals.gf b/testsuite/runtime/parser/Literals.gf
index a32940e79..0962c0356 100644
--- a/testsuite/runtime/parser/Literals.gf
+++ b/testsuite/runtime/parser/Literals.gf
@@ -4,5 +4,7 @@ abstract Literals = {
fun IsString : String -> S ;
IsInteger : Int -> S ;
IsFloat : Float -> S ;
+
+ IsEq : Int -> S ;
} \ No newline at end of file