aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test/qlc_SUITE.erl
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2010-05-11 08:42:25 +0200
committerBjörn Gustavsson <[email protected]>2010-05-11 08:53:27 +0200
commitea0f50dfbc8ec99820b81f99be81ada727bb3cf8 (patch)
treea36dca4f8897f4c84eb36d95019a41ef5cc26e03 /lib/stdlib/test/qlc_SUITE.erl
parentf0d8728a851901e9080eb35aee0b6b8e24b2d91e (diff)
downloadotp-ea0f50dfbc8ec99820b81f99be81ada727bb3cf8.tar.gz
otp-ea0f50dfbc8ec99820b81f99be81ada727bb3cf8.tar.bz2
otp-ea0f50dfbc8ec99820b81f99be81ada727bb3cf8.zip
Compile tests that communicate with R12 nodes with the r12 option
R12 nodes cannot load code that use the optimized receive that we are about to implement.
Diffstat (limited to 'lib/stdlib/test/qlc_SUITE.erl')
-rw-r--r--lib/stdlib/test/qlc_SUITE.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/stdlib/test/qlc_SUITE.erl b/lib/stdlib/test/qlc_SUITE.erl
index ff11ebc6bf..ec014052f4 100644
--- a/lib/stdlib/test/qlc_SUITE.erl
+++ b/lib/stdlib/test/qlc_SUITE.erl
@@ -20,6 +20,7 @@
%%% Purpose:Test Suite for the 'qlc' module.
%%%-----------------------------------------------------------------
-module(qlc_SUITE).
+-compile(r12).
-define(QLC, qlc).
-define(QLCs, "qlc").