From 30f8eebe7b74a978de7acdb889b5d9e7a6f19ef9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Wed, 10 Nov 2010 18:43:32 +0100 Subject: Add test for non-matching big number --- erts/emulator/test/beam_literals_SUITE.erl | 1 + 1 file changed, 1 insertion(+) (limited to 'erts/emulator/test/beam_literals_SUITE.erl') diff --git a/erts/emulator/test/beam_literals_SUITE.erl b/erts/emulator/test/beam_literals_SUITE.erl index 75841adbfc..2238e89748 100644 --- a/erts/emulator/test/beam_literals_SUITE.erl +++ b/erts/emulator/test/beam_literals_SUITE.erl @@ -48,6 +48,7 @@ matching_bigs(doc) -> "Test matching of a few big number literals (in Beam," matching_bigs(Config) when is_list(Config) -> a = matching1(3972907842873739), b = matching1(-389789298378939783333333333333333333784), + other = matching1(3141699999999999999999999999999999999), other = matching1(42). matching_smalls(doc) -> "Test matching small numbers (both positive and negative)."; -- cgit v1.2.3