aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dialyzer/test/behaviour_SUITE_data/src
diff options
context:
space:
mode:
authorStavros Aronis <[email protected]>2011-12-16 13:37:16 +0100
committerStavros Aronis <[email protected]>2012-02-22 13:04:27 +0100
commit8900a242fb35212b64b6b4246caa0ace128ca9b4 (patch)
tree31c9d2ea6873a928cad442bf7c49ac11b0ac430a /lib/dialyzer/test/behaviour_SUITE_data/src
parenta9b23189c41028b8b4e6e417b3f779253f4d3fe3 (diff)
downloadotp-8900a242fb35212b64b6b4246caa0ace128ca9b4.tar.gz
otp-8900a242fb35212b64b6b4246caa0ace128ca9b4.tar.bz2
otp-8900a242fb35212b64b6b4246caa0ace128ca9b4.zip
Support alternative spelling of behaviour
Diffstat (limited to 'lib/dialyzer/test/behaviour_SUITE_data/src')
-rw-r--r--lib/dialyzer/test/behaviour_SUITE_data/src/sample_behaviour/sample_callback_wrong.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/dialyzer/test/behaviour_SUITE_data/src/sample_behaviour/sample_callback_wrong.erl b/lib/dialyzer/test/behaviour_SUITE_data/src/sample_behaviour/sample_callback_wrong.erl
index 02a063fab7..430494c48c 100644
--- a/lib/dialyzer/test/behaviour_SUITE_data/src/sample_behaviour/sample_callback_wrong.erl
+++ b/lib/dialyzer/test/behaviour_SUITE_data/src/sample_behaviour/sample_callback_wrong.erl
@@ -1,6 +1,7 @@
-module(sample_callback_wrong).
--behaviour(sample_behaviour).
+%% This attribute uses the american spelling of 'behaviour'.
+-behavior(sample_behaviour).
-export([
% sample_callback_1/0,