diff options
Diffstat (limited to 'lib/compiler/test/compile_SUITE_data/simple.erl')
-rw-r--r-- | lib/compiler/test/compile_SUITE_data/simple.erl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/compiler/test/compile_SUITE_data/simple.erl b/lib/compiler/test/compile_SUITE_data/simple.erl index 2021056388..8e98852417 100644 --- a/lib/compiler/test/compile_SUITE_data/simple.erl +++ b/lib/compiler/test/compile_SUITE_data/simple.erl @@ -37,3 +37,7 @@ foo() -> {?included_value, ?foo_value}. -endif. + +-ifdef(include_generated). +-include("generated.hrl"). +-endif. |