This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
jiffy
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Remove unnecessary inclusion of proper.hrl
pull/72/head
0.13.1
Paul J. Davis
10 years ago
parent
5cd89c1eda
commit
b6afb1414e
10 changed files
with
0 additions
and
10 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
test/jiffy_01_yajl_tests.erl
+0
-1
test/jiffy_02_literal_tests.erl
+0
-1
test/jiffy_03_number_tests.erl
+0
-1
test/jiffy_04_string_tests.erl
+0
-1
test/jiffy_05_array_tests.erl
+0
-1
test/jiffy_06_object_tests.erl
+0
-1
test/jiffy_07_compound_tests.erl
+0
-1
test/jiffy_08_halfword_tests.erl
+0
-1
test/jiffy_09_reg_issue_24_tests.erl
+0
-1
test/jiffy_10_short_double_tests.erl
+ 0
- 1
test/jiffy_01_yajl_tests.erl
View File
@ -4,7 +4,6 @@
-
module
(
jiffy_01_yajl_tests
)
.
-
include_lib
(
"
proper/include/proper.hrl
"
)
.
-
include_lib
(
"
eunit/include/eunit.hrl
"
)
.
+ 0
- 1
test/jiffy_02_literal_tests.erl
View File
@ -3,7 +3,6 @@
-
module
(
jiffy_02_literal_tests
)
.
-
include_lib
(
"
proper/include/proper.hrl
"
)
.
-
include_lib
(
"
eunit/include/eunit.hrl
"
)
.
+ 0
- 1
test/jiffy_03_number_tests.erl
View File
@ -4,7 +4,6 @@
-
module
(
jiffy_03_number_tests
)
.
-
include_lib
(
"
proper/include/proper.hrl
"
)
.
-
include_lib
(
"
eunit/include/eunit.hrl
"
)
.
-
include
(
"
jiffy_util.hrl
"
)
.
+ 0
- 1
test/jiffy_04_string_tests.erl
View File
@ -4,7 +4,6 @@
-
module
(
jiffy_04_string_tests
)
.
-
include_lib
(
"
proper/include/proper.hrl
"
)
.
-
include_lib
(
"
eunit/include/eunit.hrl
"
)
.
-
include
(
"
jiffy_util.hrl
"
)
.
+ 0
- 1
test/jiffy_05_array_tests.erl
View File
@ -4,7 +4,6 @@
-
module
(
jiffy_05_array_tests
)
.
-
include_lib
(
"
proper/include/proper.hrl
"
)
.
-
include_lib
(
"
eunit/include/eunit.hrl
"
)
.
-
include
(
"
jiffy_util.hrl
"
)
.
+ 0
- 1
test/jiffy_06_object_tests.erl
View File
@ -4,7 +4,6 @@
-
module
(
jiffy_06_object_tests
)
.
-
include_lib
(
"
proper/include/proper.hrl
"
)
.
-
include_lib
(
"
eunit/include/eunit.hrl
"
)
.
-
include
(
"
jiffy_util.hrl
"
)
.
+ 0
- 1
test/jiffy_07_compound_tests.erl
View File
@ -4,7 +4,6 @@
-
module
(
jiffy_07_compound_tests
)
.
-
include_lib
(
"
proper/include/proper.hrl
"
)
.
-
include_lib
(
"
eunit/include/eunit.hrl
"
)
.
-
include
(
"
jiffy_util.hrl
"
)
.
+ 0
- 1
test/jiffy_08_halfword_tests.erl
View File
@ -4,7 +4,6 @@
-
module
(
jiffy_08_halfword_tests
)
.
-
include_lib
(
"
proper/include/proper.hrl
"
)
.
-
include_lib
(
"
eunit/include/eunit.hrl
"
)
.
-
include
(
"
jiffy_util.hrl
"
)
.
+ 0
- 1
test/jiffy_09_reg_issue_24_tests.erl
View File
@ -4,7 +4,6 @@
-
module
(
jiffy_09_reg_issue_24_tests
)
.
-
include_lib
(
"
proper/include/proper.hrl
"
)
.
-
include_lib
(
"
eunit/include/eunit.hrl
"
)
.
-
include
(
"
jiffy_util.hrl
"
)
.
+ 0
- 1
test/jiffy_10_short_double_tests.erl
View File
@ -4,7 +4,6 @@
-
module
(
jiffy_10_short_double_tests
)
.
-
include_lib
(
"
proper/include/proper.hrl
"
)
.
-
include_lib
(
"
eunit/include/eunit.hrl
"
)
.
-
include
(
"
jiffy_util.hrl
"
)
.
Write
Preview
Loading…
Cancel
Save