@@ -161,8 +161,7 @@ defmodule Kernel.ParallelCompilerTest do
161161 [
162162 % { file: ^ fixture , position: { 3 , 5 } , message: msg } ,
163163 % { file: ^ fixture , position: 0 , message: compile_msg }
164- ] ,
165- @ no_warnings } =
164+ ] , @ no_warnings } =
166165 compile ( [ fixture ] )
167166
168167 assert msg =~ expected_msg
@@ -257,8 +256,7 @@ defmodule Kernel.ParallelCompilerTest do
257256 [
258257 % { file: ^ fixture , position: { 7 , 3 } , message: msg } ,
259258 % { file: ^ fixture , position: 0 , message: compile_msg }
260- ] ,
261- @ no_warnings } =
259+ ] , @ no_warnings } =
262260 compile ( [ fixture ] )
263261
264262 assert msg =~ expected_msg
@@ -291,8 +289,7 @@ defmodule Kernel.ParallelCompilerTest do
291289 [
292290 % { file: ^ missing_struct , position: { 2 , 3 } , message: msg } ,
293291 % { file: ^ missing_struct , position: 0 , message: compile_msg }
294- ] ,
295- @ no_warnings } =
292+ ] , @ no_warnings } =
296293 compile ( [ missing_struct , depends_on ] )
297294
298295 assert msg =~ expected_msg
@@ -323,8 +320,7 @@ defmodule Kernel.ParallelCompilerTest do
323320 [
324321 % { file: ^ missing_import , position: { 2 , 3 } , message: msg } ,
325322 % { file: ^ missing_import , position: 0 , message: compile_msg }
326- ] ,
327- @ no_warnings } =
323+ ] , @ no_warnings } =
328324 compile ( [ missing_import , depends_on ] )
329325
330326 assert msg =~ expected_msg
@@ -582,8 +578,7 @@ defmodule Kernel.ParallelCompilerTest do
582578 [
583579 % { file: ^ fixture , position: { 3 , 5 } , message: msg } ,
584580 % { file: ^ fixture , position: 0 , message: compile_msg }
585- ] ,
586- @ no_warnings } =
581+ ] , @ no_warnings } =
587582 Kernel.ParallelCompiler . require ( [ fixture ] , return_diagnostics: true )
588583
589584 assert msg =~ expected_msg
@@ -615,8 +610,7 @@ defmodule Kernel.ParallelCompilerTest do
615610 [
616611 % { file: ^ fixture , position: { 7 , 3 } , message: msg } ,
617612 % { file: ^ fixture , position: 0 , message: compile_msg }
618- ] ,
619- @ no_warnings } =
613+ ] , @ no_warnings } =
620614 Kernel.ParallelCompiler . require ( [ fixture ] , return_diagnostics: true )
621615
622616 assert msg =~ expected_msg
0 commit comments