This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Remove export_all directive
pull/3/head
Tuncer Ayaz
14 years ago
parent
e4cd50e2a3
commit
b70f374f89
1 changed files
with
2 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-3
src/rebar_eunit.erl
+ 2
- 3
src/rebar_eunit.erl
View File
@ -43,9 +43,8 @@
%
%
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
-
-
module
(
rebar_eunit
)
.
-
export
(
[
eunit
/
2
]
)
.
-
compile
(
[
export_all
]
)
.
-
export
(
[
eunit
/
2
,
clean
/
2
]
)
.
-
include
(
"
rebar.hrl
"
)
.
Write
Preview
Loading…
Cancel
Save