Skip to content

Commit

Permalink
cspell
Browse files Browse the repository at this point in the history
  • Loading branch information
Javagedes committed Aug 28, 2023
1 parent 729c09c commit b1b7262
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests.unit/parsers/test_dsc_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def test_dsc_include_relative_paths2(tmp_path):
Base DSC
[PcdsFixedAtBuild]
gPlatformPkgTokenSpaceGuid.PcdSomethig
gPlatformPkgTokenSpaceGuid.PcdSomething
!include includes/PCDs1.dsc.inc
!include includes/PCDs2.dsc.inc
"""
Expand All @@ -190,7 +190,7 @@ def test_dsc_include_relative_paths2(tmp_path):

with open(dsc, "w") as f:
f.write("[PcdsFixedAtBuild]\n")
f.write("gPlatformPkgTokenSpaceGuid.PcdSomethig\n")
f.write("gPlatformPkgTokenSpaceGuid.PcdSomething\n")
f.write("!include includes/PCDs1.dsc.inc\n")
f.write("!include includes/PCDs2.dsc.inc\n")

Expand Down

0 comments on commit b1b7262

Please sign in to comment.