diff options
| author | 2022-11-15 19:13:34 +0000 | |
|---|---|---|
| committer | 2022-11-16 13:18:30 +0000 | |
| commit | d272f2d11f882811dcecfb23f86928ed5f23c23d (patch) | |
| tree | de043da38e184a3f9203b934423069f555534f9d /test/2034-spaces-in-SimpleName/build.py | |
| parent | af0ad5a29aaca72ca8f6c9b24dd5330dddc97912 (diff) | |
Run test build: Inline variables
Remove the upper-case variables by inlining their values.
Rename the first argument from 'ctx' to idiomatic 'self'.
Test: Generated artifacts are identical
Change-Id: I6081e828db03423c088e5685812325c5ed96fb00
Diffstat (limited to 'test/2034-spaces-in-SimpleName/build.py')
| -rw-r--r-- | test/2034-spaces-in-SimpleName/build.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/2034-spaces-in-SimpleName/build.py b/test/2034-spaces-in-SimpleName/build.py index 4ccb84897a..c392e2445a 100644 --- a/test/2034-spaces-in-SimpleName/build.py +++ b/test/2034-spaces-in-SimpleName/build.py @@ -17,4 +17,4 @@ # Use API level 10000 for spaces in SimpleName def build(ctx): ctx.bash("./generate-sources") - ctx.default_build(use_desugar=False, api_level="10000") + ctx.default_build(use_desugar=False, api_level=10000) |