diff options
Diffstat (limited to 'lib/stdlib/test/epp_SUITE_data/bar.hrl')
-rw-r--r-- | lib/stdlib/test/epp_SUITE_data/bar.hrl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/stdlib/test/epp_SUITE_data/bar.hrl b/lib/stdlib/test/epp_SUITE_data/bar.hrl new file mode 100644 index 0000000000..01c527d549 --- /dev/null +++ b/lib/stdlib/test/epp_SUITE_data/bar.hrl @@ -0,0 +1,4 @@ +%% should not be included from include/foo.hrl even though the +%% include path points here - include/bar.hrl overrides it + +-define(BAR_HRL, false). |