Skip to content

Commit

Permalink
andor_SUITE: Don't native-compile
Browse files Browse the repository at this point in the history
Temporary commit to avoid the failures in t_andalso/1 and
t_orelse/1 test cases.
  • Loading branch information
bjorng committed Nov 28, 2011
1 parent 061132c commit 8c513a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/compiler/test/andor_SUITE.erl
Expand Up @@ -18,6 +18,7 @@
%%
-module(andor_SUITE).

-compile(no_native).
-export([all/0, suite/0,groups/0,init_per_suite/1, end_per_suite/1,
init_per_group/2,end_per_group/2,
t_case/1,t_and_or/1,t_andalso/1,t_orelse/1,inside/1,overlap/1,
Expand Down

0 comments on commit 8c513a4

Please sign in to comment.