浏览代码

Remove unnecessary inclusion of proper.hrl

pull/72/head 0.13.1
Paul J. Davis 10 年前
父节点
当前提交
b6afb1414e
共有 10 个文件被更改,包括 0 次插入10 次删除
  1. +0
    -1
      test/jiffy_01_yajl_tests.erl
  2. +0
    -1
      test/jiffy_02_literal_tests.erl
  3. +0
    -1
      test/jiffy_03_number_tests.erl
  4. +0
    -1
      test/jiffy_04_string_tests.erl
  5. +0
    -1
      test/jiffy_05_array_tests.erl
  6. +0
    -1
      test/jiffy_06_object_tests.erl
  7. +0
    -1
      test/jiffy_07_compound_tests.erl
  8. +0
    -1
      test/jiffy_08_halfword_tests.erl
  9. +0
    -1
      test/jiffy_09_reg_issue_24_tests.erl
  10. +0
    -1
      test/jiffy_10_short_double_tests.erl

+ 0
- 1
test/jiffy_01_yajl_tests.erl 查看文件

@ -4,7 +4,6 @@
-module(jiffy_01_yajl_tests). -module(jiffy_01_yajl_tests).
-include_lib("proper/include/proper.hrl").
-include_lib("eunit/include/eunit.hrl"). -include_lib("eunit/include/eunit.hrl").

+ 0
- 1
test/jiffy_02_literal_tests.erl 查看文件

@ -3,7 +3,6 @@
-module(jiffy_02_literal_tests). -module(jiffy_02_literal_tests).
-include_lib("proper/include/proper.hrl").
-include_lib("eunit/include/eunit.hrl"). -include_lib("eunit/include/eunit.hrl").

+ 0
- 1
test/jiffy_03_number_tests.erl 查看文件

@ -4,7 +4,6 @@
-module(jiffy_03_number_tests). -module(jiffy_03_number_tests).
-include_lib("proper/include/proper.hrl").
-include_lib("eunit/include/eunit.hrl"). -include_lib("eunit/include/eunit.hrl").
-include("jiffy_util.hrl"). -include("jiffy_util.hrl").

+ 0
- 1
test/jiffy_04_string_tests.erl 查看文件

@ -4,7 +4,6 @@
-module(jiffy_04_string_tests). -module(jiffy_04_string_tests).
-include_lib("proper/include/proper.hrl").
-include_lib("eunit/include/eunit.hrl"). -include_lib("eunit/include/eunit.hrl").
-include("jiffy_util.hrl"). -include("jiffy_util.hrl").

+ 0
- 1
test/jiffy_05_array_tests.erl 查看文件

@ -4,7 +4,6 @@
-module(jiffy_05_array_tests). -module(jiffy_05_array_tests).
-include_lib("proper/include/proper.hrl").
-include_lib("eunit/include/eunit.hrl"). -include_lib("eunit/include/eunit.hrl").
-include("jiffy_util.hrl"). -include("jiffy_util.hrl").

+ 0
- 1
test/jiffy_06_object_tests.erl 查看文件

@ -4,7 +4,6 @@
-module(jiffy_06_object_tests). -module(jiffy_06_object_tests).
-include_lib("proper/include/proper.hrl").
-include_lib("eunit/include/eunit.hrl"). -include_lib("eunit/include/eunit.hrl").
-include("jiffy_util.hrl"). -include("jiffy_util.hrl").

+ 0
- 1
test/jiffy_07_compound_tests.erl 查看文件

@ -4,7 +4,6 @@
-module(jiffy_07_compound_tests). -module(jiffy_07_compound_tests).
-include_lib("proper/include/proper.hrl").
-include_lib("eunit/include/eunit.hrl"). -include_lib("eunit/include/eunit.hrl").
-include("jiffy_util.hrl"). -include("jiffy_util.hrl").

+ 0
- 1
test/jiffy_08_halfword_tests.erl 查看文件

@ -4,7 +4,6 @@
-module(jiffy_08_halfword_tests). -module(jiffy_08_halfword_tests).
-include_lib("proper/include/proper.hrl").
-include_lib("eunit/include/eunit.hrl"). -include_lib("eunit/include/eunit.hrl").
-include("jiffy_util.hrl"). -include("jiffy_util.hrl").

+ 0
- 1
test/jiffy_09_reg_issue_24_tests.erl 查看文件

@ -4,7 +4,6 @@
-module(jiffy_09_reg_issue_24_tests). -module(jiffy_09_reg_issue_24_tests).
-include_lib("proper/include/proper.hrl").
-include_lib("eunit/include/eunit.hrl"). -include_lib("eunit/include/eunit.hrl").
-include("jiffy_util.hrl"). -include("jiffy_util.hrl").

+ 0
- 1
test/jiffy_10_short_double_tests.erl 查看文件

@ -4,7 +4,6 @@
-module(jiffy_10_short_double_tests). -module(jiffy_10_short_double_tests).
-include_lib("proper/include/proper.hrl").
-include_lib("eunit/include/eunit.hrl"). -include_lib("eunit/include/eunit.hrl").
-include("jiffy_util.hrl"). -include("jiffy_util.hrl").

正在加载...
取消
保存