File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -527,8 +527,12 @@ test_unreal_runtime_properties!(
527
527
"CrashReportClientVersion" ,
528
528
"1.0" ,
529
529
) ;
530
- test_unreal_runtime_properties ! ( modules, "Modules" , r#"\\Mac\Home\Desktop\WindowsNoEditor\YetAnother\Binaries\Win64\YetAnother.exe
531
- \\Mac\Home\Desktop\WindowsNoEditor\Engine\Binaries\ThirdParty\Vorbis\Win64\VS2015\libvorbis_64.dll"# ) ;
530
+ test_unreal_runtime_properties ! (
531
+ modules,
532
+ "Modules" ,
533
+ r#"\\Mac\Home\Desktop\WindowsNoEditor\YetAnother\Binaries\Win64\YetAnother.exe
534
+ \\Mac\Home\Desktop\WindowsNoEditor\Engine\Binaries\ThirdParty\Vorbis\Win64\VS2015\libvorbis_64.dll"#
535
+ ) ;
532
536
533
537
test_unreal_platform_properties ! ( is_windows, "PlatformIsRunningWindows" , true ) ;
534
538
test_unreal_platform_properties ! ( callback_result, "PlatformCallbackResult" , 123 ) ;
You can’t perform that action at this time.
0 commit comments