aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools/test/make_SUITE_data/test3.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tools/test/make_SUITE_data/test3.erl')
-rw-r--r--lib/tools/test/make_SUITE_data/test3.erl10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/tools/test/make_SUITE_data/test3.erl b/lib/tools/test/make_SUITE_data/test3.erl
new file mode 100644
index 0000000000..4339260ecb
--- /dev/null
+++ b/lib/tools/test/make_SUITE_data/test3.erl
@@ -0,0 +1,10 @@
+-module(test3).
+-copyright('Copyright (c) 1991-97 Ericsson Telecom AB').
+-vsn('$Revision: /main/release/2 $').
+-compile(export_all).
+
+f1() ->
+ true.
+
+f2() ->
+ true.