From 020294fca9a7065d4b9cf4e677f606ebaaa29b00 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sat, 13 Apr 2024 10:39:45 +0200 Subject: Better test runner (#3922) --- tests/typ/bugs/int-constructor.typ | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 tests/typ/bugs/int-constructor.typ (limited to 'tests/typ/bugs/int-constructor.typ') diff --git a/tests/typ/bugs/int-constructor.typ b/tests/typ/bugs/int-constructor.typ deleted file mode 100644 index 0bdce612..00000000 --- a/tests/typ/bugs/int-constructor.typ +++ /dev/null @@ -1,7 +0,0 @@ -// Test that integer -> integer conversion doesn't do a roundtrip through float. -// Ref: false - ---- -#let x = 9223372036854775800 -#test(type(x), int) -#test(int(x), x) -- cgit v1.2.3