aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools/test/cover_SUITE_data/compile_beam/t.erl
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2015-06-15 11:52:33 +0200
committerBjörn Gustavsson <[email protected]>2015-06-15 11:52:33 +0200
commit22c10c0405f14ae33da731129b049724484fa413 (patch)
treee0975104ec602c55c48fc338371bf87daea1c335 /lib/tools/test/cover_SUITE_data/compile_beam/t.erl
parent8ce0fd7fb870ee2bd02d97c77e009d409266573e (diff)
parentb1012c31f38810c6754dcd4cf03f8d2bfb010506 (diff)
downloadotp-22c10c0405f14ae33da731129b049724484fa413.tar.gz
otp-22c10c0405f14ae33da731129b049724484fa413.tar.bz2
otp-22c10c0405f14ae33da731129b049724484fa413.zip
Merge branch 'gomoripeti/tools/cover-no-beam/OTP-12806'
* gomoripeti/tools/cover-no-beam/OTP-12806: cover: handle undefined module when analysing to file
Diffstat (limited to 'lib/tools/test/cover_SUITE_data/compile_beam/t.erl')
-rw-r--r--lib/tools/test/cover_SUITE_data/compile_beam/t.erl6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/tools/test/cover_SUITE_data/compile_beam/t.erl b/lib/tools/test/cover_SUITE_data/compile_beam/t.erl
new file mode 100644
index 0000000000..96dc2f4209
--- /dev/null
+++ b/lib/tools/test/cover_SUITE_data/compile_beam/t.erl
@@ -0,0 +1,6 @@
+-module(t).
+
+-export([f/0]).
+
+f() ->
+ ok.