diff options
author | Björn Gustavsson <[email protected]> | 2011-11-24 10:48:55 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2011-11-24 10:48:55 +0100 |
commit | d7722a7d64d9c9cc2d7241c99997a3f622a3481c (patch) | |
tree | 2f14eb62ceb99c3b424336de131603017f5b7359 /erts/emulator/test/Makefile | |
parent | fedd77f437b5b248d7bfdd7c8511bb1e2a15094f (diff) | |
download | otp-d7722a7d64d9c9cc2d7241c99997a3f622a3481c.tar.gz otp-d7722a7d64d9c9cc2d7241c99997a3f622a3481c.tar.bz2 otp-d7722a7d64d9c9cc2d7241c99997a3f622a3481c.zip |
emulator tests: Test compatibility with R13, not R12
Diffstat (limited to 'erts/emulator/test/Makefile')
-rw-r--r-- | erts/emulator/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/test/Makefile b/erts/emulator/test/Makefile index 4d0c87bf12..08d2066da3 100644 --- a/erts/emulator/test/Makefile +++ b/erts/emulator/test/Makefile @@ -61,7 +61,7 @@ MODULES= \ exception_SUITE \ float_SUITE \ fun_SUITE \ - fun_r12_SUITE \ + fun_r13_SUITE \ gc_SUITE \ guard_SUITE \ hash_SUITE \ |