Derp, turn off TRIP_no_append_duplicates
This commit is contained in:
parent
b3ed9ef51c
commit
f5c4474669
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
||||||
%% Define true to fake bad behavior that model **must** notice & fail!
|
%% Define true to fake bad behavior that model **must** notice & fail!
|
||||||
|
|
||||||
-ifndef(TRIP_no_append_duplicates).
|
-ifndef(TRIP_no_append_duplicates).
|
||||||
-define(TRIP_no_append_duplicates, true).
|
-define(TRIP_no_append_duplicates, false).
|
||||||
-endif.
|
-endif.
|
||||||
-ifndef(TRIP_bad_read).
|
-ifndef(TRIP_bad_read).
|
||||||
-define(TRIP_bad_read, false).
|
-define(TRIP_bad_read, false).
|
||||||
|
|
Loading…
Reference in a new issue