File tree 1 file changed +0
-3
lines changed
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -1705,8 +1705,6 @@ describe('htmlbars-inline-precompile', function () {
1705
1705
// that's what the lint rules are for. When it comes to correctness, we need
1706
1706
// our scope to behave like real Javascript, and Javascript doesn't care
1707
1707
// whether you've (for example) capitalized your variable identifier.
1708
- //
1709
- // needs https://github.com/glimmerjs/glimmer-vm/pull/1421
1710
1708
it ( 'shadows html elements with locals' , function ( ) {
1711
1709
plugins = [
1712
1710
[
@@ -1761,7 +1759,6 @@ describe('htmlbars-inline-precompile', function () {
1761
1759
` ) ;
1762
1760
} ) ;
1763
1761
1764
- // needs https://github.com/glimmerjs/glimmer-vm/pull/1421
1765
1762
it ( 'leaves ember keywords alone when no local is defined' , function ( ) {
1766
1763
plugins = [
1767
1764
[
You can’t perform that action at this time.
0 commit comments