@@ -161,8 +161,7 @@ defmodule Kernel.ParallelCompilerTest do
161
161
[
162
162
% { file: ^ fixture , position: { 3 , 5 } , message: msg } ,
163
163
% { file: ^ fixture , position: 0 , message: compile_msg }
164
- ] ,
165
- @ no_warnings } =
164
+ ] , @ no_warnings } =
166
165
compile ( [ fixture ] )
167
166
168
167
assert msg =~ expected_msg
@@ -257,8 +256,7 @@ defmodule Kernel.ParallelCompilerTest do
257
256
[
258
257
% { file: ^ fixture , position: { 7 , 3 } , message: msg } ,
259
258
% { file: ^ fixture , position: 0 , message: compile_msg }
260
- ] ,
261
- @ no_warnings } =
259
+ ] , @ no_warnings } =
262
260
compile ( [ fixture ] )
263
261
264
262
assert msg =~ expected_msg
@@ -291,8 +289,7 @@ defmodule Kernel.ParallelCompilerTest do
291
289
[
292
290
% { file: ^ missing_struct , position: { 2 , 3 } , message: msg } ,
293
291
% { file: ^ missing_struct , position: 0 , message: compile_msg }
294
- ] ,
295
- @ no_warnings } =
292
+ ] , @ no_warnings } =
296
293
compile ( [ missing_struct , depends_on ] )
297
294
298
295
assert msg =~ expected_msg
@@ -323,8 +320,7 @@ defmodule Kernel.ParallelCompilerTest do
323
320
[
324
321
% { file: ^ missing_import , position: { 2 , 3 } , message: msg } ,
325
322
% { file: ^ missing_import , position: 0 , message: compile_msg }
326
- ] ,
327
- @ no_warnings } =
323
+ ] , @ no_warnings } =
328
324
compile ( [ missing_import , depends_on ] )
329
325
330
326
assert msg =~ expected_msg
@@ -582,8 +578,7 @@ defmodule Kernel.ParallelCompilerTest do
582
578
[
583
579
% { file: ^ fixture , position: { 3 , 5 } , message: msg } ,
584
580
% { file: ^ fixture , position: 0 , message: compile_msg }
585
- ] ,
586
- @ no_warnings } =
581
+ ] , @ no_warnings } =
587
582
Kernel.ParallelCompiler . require ( [ fixture ] , return_diagnostics: true )
588
583
589
584
assert msg =~ expected_msg
@@ -615,8 +610,7 @@ defmodule Kernel.ParallelCompilerTest do
615
610
[
616
611
% { file: ^ fixture , position: { 7 , 3 } , message: msg } ,
617
612
% { file: ^ fixture , position: 0 , message: compile_msg }
618
- ] ,
619
- @ no_warnings } =
613
+ ] , @ no_warnings } =
620
614
Kernel.ParallelCompiler . require ( [ fixture ] , return_diagnostics: true )
621
615
622
616
assert msg =~ expected_msg
0 commit comments