Commit Graph
3 Commits
Author SHA1 Message Date
Brad King 0e71175e6a Tests/ExternalProjectLocal: Fix example project compilation with OrangeC 7
The compiler fails on integer literals as `double` initializers, giving

    Error(366) ... Conversion from 'int' to 'double' would require narrowing

even if the conversion is lossless.
2026-03-25 17:00:04 -04:00
Kitware Robot ed98209ddc Revise include order using clang-format-6.0
Run the `clang-format.bash` script to update our C and C++ code to a new
include order `.clang-format`.  Use `clang-format` version 6.0.
2019-10-01 12:26:36 -04:00
Betsy McPhail 438651506a Tests: Make ExternalProjectLocal independent of Tutorial directory
Adopt a copy of the needed content so we can modify the original
independent of this test.
2019-01-27 16:03:00 -05:00