Files
mercury/tests/hard_coded/uint64_switch_test.exp
Julien Fischer 83d9f11eea Add a test of switches and unsigned 64-bit integers.
tests/hard_coded/Mmakefile:
tests/hard_coded/uint64_switch_test.{m,exp}:
    As above.
2018-02-08 17:08:07 +11:00

10 lines
226 B
Plaintext

foo('0u64', _) ==> <<FALSE>>
foo('1u64', "one")
foo('2u64', _) ==> <<FALSE>>
foo('3u64', "three")
foo('4u64', _) ==> <<FALSE>>
foo('5u64', "five")
foo('6u64', _) ==> <<FALSE>>
foo('7u64', "seven")
foo('8u64', _) ==> <<FALSE>>